AWS Global infrastructure & Networking

AWS Global infrastructure

Determine the right region

Factors to consider when determining the right region for your services

Availability zone

AWS has many data centers. Availability zone = a single data center or a group of data centers within a Region

Edge locations

An edge location = a site that Amazon CloudFront uses to store cached copies of your content closer to your customers for faster delivery

AWS Networking

AWS networking: who should be allowed to communicate with each other.
Pasted image 20230627145304.png|500

Connectivity to AWS

Network traffic in a VPC

Global Networking

Amazon Route 53 and Amazon CloudFront deliver content together Pasted image 20230628160825.png|500

Suppose that AnyCompany’s application is running on several Amazon EC2 instances. These instances are in an Auto Scaling group that attaches to an Application Load Balancer.

  1. A customer requests data from the application by going to AnyCompany’s website.
  2. Amazon Route 53 uses DNS resolution to identify AnyCompany.com’s corresponding IP address, 192.0.2.0. This information is sent back to the customer.
  3. The customer’s request is sent to the nearest edge location through Amazon CloudFront.
  4. Amazon CloudFront connects to the Application Load Balancer, which sends the incoming packet to an Amazon EC2 instance.